hash_set
lock_free.hash_set
hash_set -- a Set implementation based on lock_free.Map
Type Parameters
Functions
add new element k to this set.
NYI: UNDER DEVELOPMENT: this should be integrated in the mutate effect!
NYI: UNDER DEVELOPMENT: this should be integrated in the mutate effect!
list representation of values in this set
does this set contain the given value?
remove an element k from the set if it exists.
return the same set if it does not exist.
return the same set if it does not exist.
Type Features
create a new Set from a sequence of elements
0.099dev (GIT hash 9b94ad4b4a4bff2bf2be7d77be2c6e1fd7683c4d)